You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignal Class > TSignal Methods > TSignal.MarksToStrings Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignal.MarksToStrings Method

Convert marks to strings.

Syntax
C#
Visual Basic
public virtual void MarksToStrings(TStrings Dst, [In] string TimeFormat, [In] string AmplitudeFormat, [In] string XTitle, [In] string YTitle, [In] string Delimiter);

The strings will be stored in TStrings object with two columns, aligned for display with a fixed charachter width Font. The Header of each column is defined with the XTitle and YTitle properties. The header line will not be displayed, if both XTitle and YTitle are set to an empty string. The width of the columns is defined with global variable: SignalTextColumnWidth. TimeFormat and AmplitudeFormat define the number formating (for example '0.00##') If TimeFormat or AmplitudeFromat is an empty string, full numeric precision will be used.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!